net/http.http2bufferedWriter.bw (field)
8 uses
net/http (current package)
h2_bundle.go#L3707: bw *bufio.Writer // non-nil when data is buffered
h2_bundle.go#L3733: if w.bw == nil {
h2_bundle.go#L3736: return w.bw.Available()
h2_bundle.go#L3740: if w.bw == nil {
h2_bundle.go#L3743: w.bw = bw
h2_bundle.go#L3745: return w.bw.Write(p)
h2_bundle.go#L3749: bw := w.bw
h2_bundle.go#L3756: w.bw = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |